Compare Strings
Command Prototype
bRet = StrComp(s1,s2,bCompare)
Command Description
Compare two strings, return true if they are identical, and return false otherwise
Parameter Description
- Required Parameter
- s1--The first string to be compared
- s2--The second string to be compared
- bCompare--Whether to be case sensitive when strings are compared
- return
- bRet--The variable used to save the output of the function call